home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if .%1==. goto help
- if .%2==. goto help
-
- mkpcbtxt %1 /i:208 "!%2\LOGINFIX.PPE 208_"
- mkpcbtxt %1 /i:8 "!%2\ad-rtcr.ppe 8_"
-
- goto done
-
- :help
- cls
- echo.
- echo To install the 'tK Login' FIX type the following
- echo.
- echo install C:\PCB\GEN\PCBTEXT C:\PCB\PPE\< LOGINFIX >
- echo.
- echo Where < LOGINFIX > is the path to the tK Login FIX PPE
- echo.
-
- :done
- echo.
- echo This FIX brought to you by Maverick.
- echo.
- echo.
-